|
|
|
הוסיפו מידע על מעסיק
|
|
סטודנט (תוכנה)
|
|
שאלות מראיונות עבודה לתפקיד
|
|
שכר לתפקיד סטודנט (תוכנה)
|
|
|
|
|
|
|
Theworker >
תוכנה
>
פירוט שאלות מראיונות עבודה לתפקיד סטודנט (תוכנה)
פירוט שאלות מראיונות עבודה לתפקיד סטודנט (תוכנה)
130 - 121 מתוך 1442
|
|
|
|
|
ראיון לתפקיד סטודנט (תוכנה)
בחברת אמזון
נובמבר 2024
|
25.11.2024
|
|
|
| פרטים לגבי התהליך |
OA - קיבלתי מייל להשלמת מבחן עם 2 שאלות תכנות, 70 דק'. |
|
| שאלות מתוך הראיון |
An AWS client has brought servers and databases from data centers in different parts of the world for their
application. For simplicity, let's assume all the servers and data centers are located on a 1-dimensional line.
You have been given the task of optimizing the network connection. Each data center must be connected
to a server. The positions of n data centers and n servers are given in the form of arrays. Any particular
data center, centerli, can deliver to any particular server destination, destination [j/. The lag is defined
distance between a data center at location x and a server destination at location yis |x-y|, i.e., the
absolute difference between x and y. Determine the minimum lag to establish the entire network. |
|
| תשובות |
הוסף תשובה
|
לצפיה בתשובות
|
|
|
|
|
| |
ינואר 2025
|
| |
ניתן למיין את 2 המערכים ( n*log(n) + k*log(k) )
כעת ניתן לחשב הפרש בין כל אינדקס בין 2 המערכים והסכום זה התוצאה שנחזיר
(בגלל המיון בהכרח זה המרחים הקצרים)
|
| |
|
| |
|
|
|
הוסף מידע על החברה
|
עוד מידע על אמזון :
|
|
|
ראיון לתפקיד סטודנט (תוכנה)
בחברת אורמת
נובמבר 2024
|
17.11.2024
|
|
|
| פרטים לגבי התהליך |
לאחר שליחת קוח- תיאום ראיון , במידה ועוברים יש מבחן פסיכוטכני ואולי ראיון נוסף.
התהליך תקתק, אנשים נחמדים. |
|
| שאלות מתוך הראיון |
שאלות ב- c#:
-מה המטרה של ממשק?
-מה זה משתנה סטטי ואיך ניגשים אליו?
-למה צריך מחלקה אבסטרקטית?
ועוד שלות בסגנון הזה
שאלות ב- sql:
-מה זה מפתח ראשי?
-מה זה מפתח זר?
וכו..
שאלות על מבני נתונים:
-מה ההבדל בין רשימה למערך?
-מה זה מחסנית? מה זה תור?
-אלגורתמי מיון וסיבוכיות.. |
|
|
|
|
|
|
הוסף מידע על החברה
|
עוד מידע על אורמת :
|
|
|
ראיון לתפקיד סטודנט (תוכנה)
בחברת רפאל
אוקטובר 2024
|
14.11.2024
|
|
|
| פרטים לגבי התהליך |
שאלה ראשונה בראיון עבודה למשרת סטודנט ברפאל לתפקיד סטודנט להנדסת תכנה |
|
| שאלות מתוך הראיון |
Given an array of integers nums and an integer target, return the indices of the two numbers in the array that add up to target. Each index can appear only once. You can assume that there is one unique solution for each input. |
|
|
|
|
|
|
הוסף מידע על החברה
|
עוד מידע על רפאל :
|
|
|
ראיון לתפקיד סטודנט (תוכנה)
בחברת מטריקס
פברואר 2019
|
05.11.2024
|
|
|
| פרטים לגבי התהליך |
הגעתי עד מבחן הבית |
|
| שאלות מתוך הראיון |
ביקשו למיין מערך מסובב |
|
|
|
|
|
|
הוסף מידע על החברה
|
עוד מידע על מטריקס :
|
|
|
ראיון לתפקיד סטודנט (תוכנה)
בחברת גוגל
נובמבר 2024
|
04.11.2024
|
|
|
| פרטים לגבי התהליך |
מטלת בית ממוחשבת.
2 שאלות קוד במסגרת זמן של 90 דקות.
בנוסף, שאלון ׳אישיותי׳ בלי הגבלת זמן, לקח לי פחות מחצי שעה. |
|
| שאלות מתוך הראיון |
שאלת קוד:
You are given an array A representing heights of students. All the students are asked to stand in rows. The students arrive by one, sequentially (as their heights appear in A). For the i-th student, if there is a row in which all the students are taller than A[i], the student will stand in one of such rows. If there is no such row, the student will create a new row. Your task is to find the minimum number of rows created.
Write a function that, given a non-empty array A containing N integers, denoting the heights of the students, returns the minimum number of rows created.
For example, given A = [5, 4, 3, 6, 1], the function should return 2.
Students will arrive in sequential order from A[0] to A[N−1]. So, the first student will have height = 5, the second student will have height = 4, and so on.
Assume that:
N is an integer within the range [1..1,000]
each element of array A is an integer within the range [1..10,000]
In your solution, focus on correctness. |
|
|
|
|
|
|
הוסף מידע על החברה
|
עוד מידע על גוגל :
|
|
|
יש לכם מה להוסיף ?
|
|
|
|
|
|